ArcPad XML Reference
ArcPad layer file (*.apl) with an edit form 2
Send Feedback

Glossary Item Box

 

ArcPad layer file (*.apl) with an edit form:

 

Copy Code
<?xml version="1.0" encoding="UTF-8"?>
<ArcPad>
  <LAYER name="Samples">
    <FORMS>
      <EDITFORM name="EDITFORM" caption="Edit Form" width="130" height="130" tabsvisible="true" attributespagevisible="true" symbologypagevisible="true" geographypagevisible="true">
        <PAGE name="PAGE1" caption="Page 1">
          <LABEL name="lblIntensity" x="3" y="6" width="36" height="10" caption="Intensity" group="false" border="false"/>
          <EDIT name="txtIntensity" x="37" y="3" width="71" height="14" defaultvalue="" group="false" tabstop="true" border="true" readonly="false" required="false" sip="false" field="INTENSITY"/>
          <SLIDER name="sldIntensity" x="3" y="22" width="104" height="15" lower="0" upper="50" buddy="txtIntensity" field="INTENSITY"/>
          <LABEL name="lblFreq" x="3" y="42" width="39" height="9" caption="Frequency" group="false" border="false"/>
          <EDIT name="txtFrequency" x="45" y="40" width="52" height="14" defaultvalue="" group="false" tabstop="true" border="true" readonly="false" required="false" sip="auto" field="FREQUENCY"/>
          <UPDOWN name="updFreq" x="96" y="40" width="10" height="14" group="true" border="false" lower="1" upper="10" buddy="txtFrequency" alignment="right"/>
          <LABEL name="lblRelated" x="3" y="61" width="79" height="10" caption="Related Incidents" group="false" border="false"/>
        </PAGE>
      </EDITFORM>
    </FORMS>
  </LAYER>
</ArcPad>

 

©2012. All Rights Reserved.